* {
    padding: 0px;
    Margin: 0px;
    border: 0px;
    box-sizing: border-box;


}

body {
    background-color: #2b2b2b;
    overflow-x: hidden;
}

.navbar {
    width: 100vw;
    background-color: rgb(0, 0, 0);
    display: flex;


}

.navbar ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 60%;
    margin: 0 auto;
    font-size: 20px;

}

.navbar ul a {
    color: white;
    text-decoration: none;
}

.navbar ul a:hover {
    color: red;
    text-decoration: none;
}

.navbar img {
    width: 80px;
    height: auto;
}

.flex-container {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;

}

.flex-item {
    display: inline-flex;

}

.flex-item img {
    width: 40vw;
    object-fit: cover;
}

.embedded {
    display: inline-flex;
    width: 100%;
    height: 50px;
    justify-content: space-around;
    margin-bottom: 50px;
}

.flex embed {
    width: 15vw;

}